projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3503788
)
Patched a wrong location.
author
ShengHuo ZHU
<zsh@cs.rochester.edu>
Tue, 19 Feb 2002 14:08:08 +0000
(14:08 +0000)
committer
ShengHuo ZHU
<zsh@cs.rochester.edu>
Tue, 19 Feb 2002 14:08:08 +0000
(14:08 +0000)
lisp/gnus/mail-source.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mail-source.el
b/lisp/gnus/mail-source.el
index ad327b5a70eb734a9c593b8bbc71e797ae89d9a0..959ce9327b3f98b637e94f624610253f9deca6f0 100644
(file)
--- a/
lisp/gnus/mail-source.el
+++ b/
lisp/gnus/mail-source.el
@@
-276,6
+276,9
@@
Common keywords should be listed here.")
(:path (or (getenv "MAIL")
(expand-file-name (user-login-name) rmail-spool-directory))))
(directory
+ (:prescript)
+ (:prescript-delay)
+ (:postscript)
(:path)
(:suffix ".spool")
(:predicate identity))
@@
-291,9
+294,6
@@
Common keywords should be listed here.")
(:password)
(:authentication password))
(maildir
- (:prescript)
- (:prescript-delay)
- (:postscript)
(:path (or (getenv "MAILDIR") "~/Maildir/"))
(:subdirs ("new" "cur"))
(:function))